home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10017 < prev    next >
Text File  |  2001-10-26  |  302b  |  16 lines

  1. dialog(name: '$$$/Dialogs/Prepress')
  2. {
  3.     group()
  4.     {    
  5.         view( align_children: align_center )
  6.         {
  7.             view( align_children: align_row )
  8.             {
  9.                 static_text( name:'$$$/Dialogs/Prepress/TrappingLabel' );
  10.                 popup( item_id: 'Trap', width: max_char_width() * 8) ;
  11.             }
  12.         }
  13.         ok_cancel();
  14.     }
  15. }
  16.